@charset "utf-8";
/* 代码整理：懒人之家 www.lanrenzhijia.com */
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}

.tab1{
	width:998px;
}
.menu{
	height:28px;
	font-size:14px;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.menu li{
	float:left;
	text-align:center;
	line-height:28px;
	height:28px;
	cursor:pointer;
	color:#666;
	overflow:hidden;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F5F5F5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
.menu li.off{
	color:#FFFFFF;
	border-bottom:none;
	background-image: url(../images/qhhover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.menudiv{
	background:#fefefe;
	border-top-width: 0;
}
.menudiv div{
	line-height:20px;
}
